home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / views196.zip / VTXT2EXE.DOC < prev    next >
Text File  |  1997-05-27  |  3KB  |  82 lines

  1.  18.Jun. 1996
  2.  
  3.                    Documentation for
  4.                    ~~~~~~~~~~~~~~~~~
  5.                 VTXT2EXE V1.0ß
  6.                 ~~~~~~~~~~~~~~
  7.  
  8.     This program is freeware. Copyright by Tobias Winkler.
  9.  
  10.  
  11.     I would like to hear, if you like this program, or have any comments
  12.     or ideas about it. (You can reach me per EMail, or Fido-Netmail.)
  13.  
  14.     My Fido-Net address is:
  15.         Tobias Winkler@2:2411/901.38  (Bummi-Box,Frankfurt/Oder)
  16.  
  17.     By Internet-EMail I can be reached at this address:
  18.         Tobias_Winkler@p38.f901.n2411.z2.sesom.de
  19.  
  20.  
  21.     Or via snail mail: Tobias Winkler
  22.                G.-Hauptmann-Str. 17
  23.                15234 Frankfurt (Oder)
  24.                Germany
  25.  
  26.  
  27. (By the way, I know my English isn't that good. So don't blame me for it.
  28.  Ok, I could use my native language, but wouldn't you agree that German is
  29.  one of the worst languages (at least for computers...)?)
  30.  
  31.  
  32.  What is VTXT2EXE ?
  33. ~~~~~~~~~~~~~~~~~~~~
  34.  This is a common textfile_to_executable-compiler, which makes textfiles
  35.  self-executable (self-showing    but not self-viewing ;-)).
  36.  
  37.  It is based on my viewer ViewS (V1.96), but the resulting executable will
  38.  only support the basic functions of ViewS, to keep the compiled file as
  39.  small as possible.
  40.  Search, Help, PositionSave, AttributeTables, CharConversionTables and
  41.  related functions are not included.
  42.  
  43.  The size of the binary part of the resulting executable file will be around
  44.  20 KByte (compressed by DIET 1.45f by Teddy Matsumoto).
  45.  I know this is quite big for a self-executable-text, but additionally the
  46.  actual text-part of the executable will be compressed too (with the SUPPACK-
  47.  library by Christian Worm).
  48.  So the result of bigger (>20K) textfiles can even be smaller than the
  49.  original.
  50.  
  51.  BUT up to now, the size of the input(-text)-file MUST be smaller than 64KByte.
  52.  If someone thinks, this is too small (although I've seen very few bigger
  53.  textfiles up to now), I will think about a change...
  54.  
  55.  For the case, when the textfile is only slightly bigger than 64K, you should
  56.  try my utility PACKTXT (should be included in the package). It will reduce
  57.  the size of the textfile losless, by replacing Space-sequences with Tabs,
  58.  and optionally terminating lines with 1byte CR or LF instead of the 2byte
  59.  CR/LF.
  60.  
  61.  
  62.  Commandline:
  63. ~~~~~~~~~~~~~~
  64.  VTXT2EXE <textfile> [<outfile>.EXE]
  65.  
  66.  If only the name of the textfile is given, the resulting executable will
  67.  have the same name, but with the extension EXE.
  68.  
  69.  The resulting executable file will show the original textfile comfortably
  70.  when running.
  71.  It's options can be configured by VIEWSCFG like the original ViewS.
  72.  eg.:     VIEWSCFG TEXT.EXE
  73.  
  74.  (Of course only the supported options will be used.)
  75.  
  76.  
  77.  
  78. Hmm, don't know what else to explain. Ask me if something is not clear.
  79.  
  80. Bye,
  81.     TW.
  82.